ArcPad Graphic Layer File Schema
fontstyle Attribute
See Also  Send comments on this topic.
ArcPad Graphic Layer File Schema : fontstyle Attribute

Glossary Item Box

Type

Restriction of xs:string

Use

optional

Default

regular

Source

<xs:attribute name="fontstyle" default="regular" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="regular" />
      <xs:enumeration value="bold" />
      <xs:enumeration value="italic" />
      <xs:enumeration value="underline" />
      <xs:enumeration value="strikeout" />
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

See Also

© 2012 All Rights Reserved.